1. Download/retrieve a <TEST>.zip file from the JIST GUI
2. Unzip <TEST>.zip to /share/hudson/test/<TESTNAME> 
- Note you should pick <TESTNAME> to be unique
3. Run /share/hudson/tests/create_job.sh /share/hudson/tests/<TESTNAME> <TESTNAME>
- This script will create a config.xml file in the /share/hudson/tests/<TESTNAME> directory
- This script will create a <TESTNAME>.pbs file in the /share/hudson/tests/<TESTNAME> directory
- This script will add the job to hudon. 
- Note that the job in the Hudson GUI will have the name JistTest-<TESTNAME> so that it can automatically be sent to the tests folder. 
4. (OPTIONAL) If you want to test the build now, you can run  /share/hudson/tests/build_job.sh <TESTNAME>
5. (OPTIONAL) If you want to remove the job from Hudson, you can run  /share/hudson/tests/delete_job.sh <TESTNAME>

Note: 1. The above scripts use the default base config.xml and myJob.pbs from /share/hudson/tests/default. 
      2. If you want to run the test case jobs on your own grids, please specify your own path and the hudson server location in the create_job.sh, build_job.sh, and delete_job.sh files. 

